home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Application.script next >
Text File  |  2002-07-17  |  777b  |  21 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. class CApplicationSettings
  11. {
  12.   final static string m_CompanyName     = "G5 Software";
  13.   final static string m_ApplicationName = "Red Shark";
  14.   final static string m_AppVersionInfo  = "1.0.6";
  15.  
  16.   final static string m_VersionLanguage = "Czech";
  17.  
  18.   final static string m_AppRegistryPath = "Software\\" + m_CompanyName + "\\" + 
  19.                       m_ApplicationName + " " + m_VersionLanguage;
  20. }
  21.